lib: Fix version script node ordering
authorDan Nicholson <nicholson@endlessm.com>
Thu, 14 Jul 2016 19:45:39 +0000 (12:45 -0700)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 15 Jul 2016 02:18:27 +0000 (02:18 +0000)
The order of the VERSION nodes is such that the new node name goes first
and the one it depends on goes after the commands. See
https://sourceware.org/binutils/docs/ld/VERSION.html.

Closes: #398
Approved by: cgwalters

src/libostree/libostree.sym

index 702968a9b894a273391c736c4cc48fee7a5c4875..f26be3f0475d50a65f2ed6e2ac630f9d1a61ce77 100644 (file)
@@ -352,8 +352,8 @@ global:
  */
 
 /* UNCOMMENT WHEN ADDING THE FIRST NEW SYMBOL FOR 2016.8
-LIBOSTREE_2016.7 {
+LIBOSTREE_2016.8 {
 global:
        insert_symbol_here;
-} LIBOSTREE_2016.8;
+} LIBOSTREE_2016.7;
 */